CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - STM32 按键扫描

搜索资源列表

  1. 按键扫描程序

    0下载:
  2. stm32的按键扫描程序,欢迎下载!!!!
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2011-12-22
    • 文件大小:116953
    • 提供者:lhhsea
  1. keybord

    0下载:
  2. 里面包含4×4矩阵键盘模块 单片机驱动程序 STM32用 C语言版-Which contains 4 × 4 matrix keyboard module driver STM32 microcontroller using C language version
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-28
    • 文件大小:2206
    • 提供者:曾维龙
  1. PWM_Input

    0下载:
  2. STM32定时器PWM输入捕获,利用TIM1计算脉冲频率及占空比。-This example shows how to use the TIM peripheral to measure the frequency and duty cycle of an external signal.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-26
    • 文件大小:8355
    • 提供者:梁凯
  1. TIMx_test

    0下载:
  2. STM32的定时器例程,使用ST的V2.0版固件库,开发平台为MKD。-STM32 timer routines, use the ST version of the V2.0 firmware libraries, the development platform for the MKD.
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-02
    • 文件大小:310943
    • 提供者:Scott
  1. dma_adc

    0下载:
  2. stm32下实现adc 16通道检测代码例子,已经测试可以检测正确了-adc 16 under stm32 channel detection code examples have been tested can detect the correct
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-31
    • 文件大小:2001
    • 提供者:吴名
  1. RTC_TIME

    1下载:
  2. 所属分类:SCM

    • 发布日期:2014-12-28
    • 文件大小:3024
    • 提供者:ly
  1. stm32

    0下载:
  2. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-05-23
    • 文件大小:7297182
    • 提供者:OYRF
  1. stm32-key-44

    1下载:
  2. STM32F103系列 44按键中断、扫描 串口输出-STM32F103 series 44 Key interrupt, scan Serial output...
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-10
    • 文件大小:1359756
    • 提供者:xiaohua
  1. KEY-LED

    0下载:
  2. C写的,stm32按键扫描,源代码,要求配置好函数库,试验可以使用,-Written in C, stm32 button scanning, source code required to configure the library, the test can use, thank you
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-10
    • 文件大小:1901566
    • 提供者:mli
  1. STM32freeRTOS

    1下载:
  2. 在stm32的cpu上移植freertos操作系统,程序在freertos基础上实现了,按键扫描,led灯控制,串口收发处理,定时器中断程序等功能。使用MDK打开工程文件即可。-Stm32 on the cpu transplant freertos operating system, the program freertos based on realized, key scan, led lamp control, serial port transceiver processing, fu
  3. 所属分类:SCM

    • 发布日期:2017-11-06
    • 文件大小:2544176
    • 提供者:李学强
  1. stm32-key

    0下载:
  2. stm32 独立按键, 键盘扫描函数,使用行列逐级扫描法-stm32 independent keys keyboard scan function, ranks progressively scanned
  3. 所属分类:SCM

    • 发布日期:2017-11-20
    • 文件大小:903
    • 提供者:谈笑
  1. KEY_saomiao

    0下载:
  2. 基于STM32开发板的底层开发,按键扫描教程,学会如何调用函数库,配置GPIO-STM32 development board underlying development, key scan tutorial, learn how to call the library, configure GPIO
  3. 所属分类:SCM

    • 发布日期:2017-11-13
    • 文件大小:2149118
    • 提供者:峥嵘
  1. STM32-key

    0下载:
  2. 基于STM32下的矩阵键盘按键扫描程序,还有移植好了的uCOSII系统-STM32 ucosii key
  3. 所属分类:SCM

    • 发布日期:2017-11-06
    • 文件大小:7171072
    • 提供者:刘某
  1. lcduart

    1下载:
  2. 是在stm32开发板上移植了uC/OS实时操作系统,在上面能够进行多任务编程,本设计完成点亮led灯和串口通讯,lcd显示,按键扫描-Is on the stm32 development board transplant real-time operating system uC/OS, capable of multitasking programming on it, the design complete lit led lights and serial port communicat
  3. 所属分类:uCOS

    • 发布日期:2017-05-08
    • 文件大小:2058240
    • 提供者:wanglei
  1. STM32-key_interrupt

    0下载:
  2. stm32程序采用库函数编程,按键采用扫描查询方式,由按键控制led亮灭,按键接PD5,led接PB0-stm32 procedures using programming libraries, button scanning inquiry, led by the key control light off, key pick PD5, led then PB0
  3. 所属分类:SCM

    • 发布日期:2017-05-15
    • 文件大小:3604322
    • 提供者:李文彪
  1. key_scan_1

    0下载:
  2. 基于状态机的矩阵按键扫描程序;硬件平台是基于STM32的开发板;编写软件用的是KEIL4;开发语言是C语言。-State machine-based matrix key scanning procedures hardware platform is based on the STM32 development board writing software using KEIL4 development language is C language.
  3. 所属分类:SCM

    • 发布日期:2017-04-16
    • 文件大小:41367
    • 提供者:化雨眠
  1. my-matrix-keyboard-stm32

    0下载:
  2. 基于stm32f10xx的矩阵键盘扫描实现,不用外部中断实现按键扫描-stm32
  3. 所属分类:SCM

    • 发布日期:2017-04-01
    • 文件大小:297757
    • 提供者:陈佳敏
  1. stm32-key

    0下载:
  2. 基于stm32单片机的按键扫描程序,仅供参考-Scanner based on stm32 microcontroller buttons, for reference only
  3. 所属分类:SCM

    • 发布日期:2017-04-25
    • 文件大小:52562
    • 提供者:林巧丽
  1. keyscan

    0下载:
  2. stm32f103rct6 按键扫描,不占用CPU时间,实战中常用(Key scan, does not take up CPU time, is commonly used in actual combat)
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2017-12-30
    • 文件大小:2048
    • 提供者:cucu
  1. tm1638

    0下载:
  2. TM1638 驱动 可以使用,已经验证,数码管显示 按键扫描芯片(TM1638 driver can be used, has been verified, digital display button scanning chip)
  3. 所属分类:单片机开发

    • 发布日期:2017-12-13
    • 文件大小:1937
    • 提供者:嘘嘘嘘嘘
« 12 »
搜珍网 www.dssz.com